home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
power
/
setup.exe
/
{app}
/
POWERARC.EXE
/
0
/
RCDATA
/
TMSGFORM
/
TMSGFORM.txt
Wrap
Text File
|
2004-04-06
|
2KB
|
93 lines
object MsgForm: TMsgForm
Left = 160
Top = 166
Width = 552
Height = 241
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'View Last Output'
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ControlPanel: TPanel
Left = 0
Top = 166
Width = 544
Height = 41
Align = alBottom
TabOrder = 0
object CopyButt: TButton
Left = 208
Top = 8
Width = 137
Height = 25
Caption = '&Clipboard Copy'
TabOrder = 0
OnClick = CopyButtClick
end
object FontButt: TButton
Left = 352
Top = 8
Width = 137
Height = 25
Caption = '&Font'
TabOrder = 1
OnClick = FontButtClick
end
object OKButton: TButton
Left = 64
Top = 8
Width = 137
Height = 25
Caption = '&OK'
TabOrder = 2
OnClick = OKButtonClick
end
end
object ViewPanel: TPanel
Left = 0
Top = 0
Width = 544
Height = 166
Align = alClient
Caption = 'ViewPanel'
TabOrder = 1
object MessageMemo: TMemo
Left = 1
Top = 1
Width = 542
Height = 164
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'MessageMemo')
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object FormStorage: TFormStorage
MinMaxInfo.MinTrackHeight = 240
MinMaxInfo.MinTrackWidth = 552
UseRegistry = True
StoredProps.Strings = (
'MessageMemo.Font')
StoredValues = <>
Left = 8
Top = 8
end
end